Posts

Post marked as solved
29 Replies
Hi.For Xcode IDE GUI, I can successfully build the macOS Catalyst framework. The build settings works well.But my use case is : How can I use `xcodebuild` command line, to do the same thing to build macOS Catalyst framwork ?I've tried both of them:- sdk: iphoenos, iphonesimulator, macosx (note there are no any oher SDK like maccatalyst)- destination: 'platform=macOS,arch=x86_64,variant=Mac Catalyst' there is one interesting, but does not solve the problem- CFLAGS="-target x86_64-apple-ios13.0-macabi", whether added or not does not cause anything different on productBecause for us, we need to combine all the individual framework into a XCFramework and automate our build pipeline. Build on Xcode GUI, drag and drop then run script, this is not way we want to do. Because it need `people manual do things`.Hope for reply.